___________________________________________________________________________
README      Example 64-bit Fixed-Point Two Channel SIMD FIR

Analog Devices, Inc.
DSP Division
P.O. Box 9106
Norwood, MA 02062

25-June-2005

This directory contains the source files for a two channel SIMD FIR
filter for the SHARC DSP. This code processes two channels of data at once.

All of the data files are in 64-bit hex format.

Files contained in this directory:

21367_IVT.asm           Interrupt Vector Table for the ADSP-21367
ADSP-21367-EZKIT.ldf    Linker Description File set up for the ADSP-21367
asm64 FIR SIMD.dpj      VisualDSP++ 4.0 Project File for this example
expected_output1.dat    Expected output of first channel when using provided input1
expected_output2.dat    Expected output of second channel when using provided input2
fir64.asm               Filter Source Code
fixedcoeffs1.h          Filter Coefficients for Channel 1
fixedcoeffs2.h          Filter Coefficients for Channel 2
input1.data             Input Data for Channel 1
input2.data             Input Data for Channel 2
readme.txt              This file
